home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 September / september_2000.iso / intercd / root / ^Linux / cfengine-1.5.3 / inputs / cfengine.conf.example < prev    next >
Encoding:
Text File  |  1998-11-18  |  804 b   |  42 lines

  1. #####################################################################
  2. #  CFENGINE CONFIGURATION FOR site = iu.hioslo.no
  3. #
  4. #  This file is for root only.
  5. #
  6. ######################################################################
  7.  
  8. ###
  9. #
  10. # BEGIN cfengine.conf (Only hard classes in this file )
  11. #
  12. ###
  13.  
  14. import:
  15.  
  16.    #
  17.    # Split things up to keep things tidy
  18.    #
  19.  
  20.    any::            
  21.                     cf.groups
  22.                     cf.main
  23.                     cf.site
  24.                     cf.services
  25.                     cf.motd
  26.  
  27.    hpux::           cf.hpux
  28.    linux::          cf.linux
  29.    solaris::        cf.solaris
  30.    sun4::           cf.sun4
  31.    ultrix::         cf.ultrix
  32.    freebsd::        cf.freebsd
  33.  
  34.    nexus|dax:: cf.users
  35.  
  36.  
  37. ###
  38. #
  39. # END cfengine.conf
  40. #
  41. ###